home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Codemasters Artwork Disc ECTS 2000 ( UK)
/
Codemasters - Artwork Disc ECTS 2000 (UK).bin
/
pc
/
xtras
/
medial~1
/
setfx~1.dir
/
Internal_202_FXList.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-12-01
|
352 b
|
15 lines
on mouseDown
global fxTrackingObj
if the mouseLine < 1 then
exit
end if
if objectp(fxTrackingObj) then
set c to Drag(the ieFXtextlist of fxTrackingObj)
if the doubleClick then
if c > 0 then
goToEffect(fxTrackingObj, getAt(the pElementList of the ieFXtextlist of fxTrackingObj, c))
end if
end if
end if
end